'Declaration Public Overloads Shared Function ValidateLength( _ ByVal value As Length, _ ByVal ParamArray extraValues() As Length _ ) As Length
public static Length ValidateLength( Length value, params Length[] extraValues )
Parameters
- value
- A GrapeCity.ActiveReports.PageReportModel.Length value to validate.
- extraValues
- The additional allowed GrapeCity.ActiveReports.PageReportModel.Length values.